runtime.wbBuf.end (field)
6 uses
	runtime (current package)
		mwbbuf.go#L54: 	end uintptr
		mwbbuf.go#L85: 		b.end = uintptr(unsafe.Pointer(&b.buf[wbMaxEntriesPerCall+1]))
		mwbbuf.go#L87: 		b.end = start + uintptr(len(b.buf))*unsafe.Sizeof(b.buf[0])
		mwbbuf.go#L90: 	if (b.end-b.next)%unsafe.Sizeof(b.buf[0]) != 0 {
		mwbbuf.go#L132: 	if b.next+goarch.PtrSize > b.end {
		mwbbuf.go#L143: 	if b.next+2*goarch.PtrSize > b.end {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |